projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d595ec0
)
(C_DEBUG_SWITCH): Definition turned off.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 21 Dec 1995 17:19:24 +0000
(17:19 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 21 Dec 1995 17:19:24 +0000
(17:19 +0000)
src/s/hpux9shr.h
patch
|
blob
|
history
diff --git
a/src/s/hpux9shr.h
b/src/s/hpux9shr.h
index c311313149a022fed30d59fb6459a5d3ccf89de3..41ef98741c0e56fb41642553b295019b426a7852 100644
(file)
--- a/
src/s/hpux9shr.h
+++ b/
src/s/hpux9shr.h
@@
-4,8
+4,10
@@
#include "hpux9.h"
+#if 0 /* No longer needed, since in current GCC -g no longer does that. */
/* We must turn off -g since it forces -static. */
#ifdef __GNUC__
#undef C_DEBUG_SWITCH
#define C_DEBUG_SWITCH
#endif
+#endif